home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_361 / textpaint / textpaint.changes < prev    next >
Text File  |  1992-05-06  |  4KB  |  147 lines

  1. ******************************
  2. TextPaint modification history
  3. ******************************
  4.  
  5. V0.67 21.1.90
  6. -------------
  7. first release version
  8.  
  9.  
  10. V0.78 24.2.90
  11. -------------
  12.     o added "Invisible end" output flag so that the foreground
  13.       color will be equal to background after outputing the text
  14.  
  15.     o fixed "Save CLI-Module" bug that caused modules to be "not a
  16.       object file" due to wrong hunk alignment
  17.  
  18.     o fixed output creation for correct end-of-line flag settings
  19.  
  20.     o fixed CR-NL creation
  21.  
  22.     o rebuild using speed otimizer
  23.  
  24.     o fixed menu multi select
  25.  
  26. V0.79 27.2.90
  27. -------------
  28.     o added optimized menu operation. Pressing RMB outside the menubar
  29.       while in "Draw"-mode will draw with color 0. Thanks to Christoph
  30.       Teuber!
  31.  
  32.     o first attempt to read ASCII texts. No ANSI-conversations will be
  33.       made
  34.  
  35.     o remaped numeric block to reflect IBM keyboards more truly
  36.  
  37. V0.84 2.3.90
  38. ------------
  39.     o added 4-color display avaibility (NO RETURN)
  40.  
  41.     o new drawing modes: Rect, Box, Line. The line routine is
  42.       *VERY* bad!
  43.  
  44.     o in draw mode, keys 0-7 can be used to select bgcol
  45.  
  46.     o simple UNDO feature for BACKGROUND! only
  47.  
  48.     o greatly enhanced possibility to read in ANSI-files. Will
  49.       convert standard ESC-sequences. Will recognize CLI-Modules (safely?)
  50.       Screens still in because there may be some problems... If you MUST
  51.       edit a pic, you should "SAVE SCREEN" to go save :-) This routines
  52.       uses "PP_SimpleLoadData()" to load the file, so you can directly
  53.       load textfiles crunched with the great "PowerPacker" (data only!)
  54.  
  55.     o added flag to humble ask user before NEW / QUIT
  56.  
  57. V0.85 6.3.90
  58. ------------
  59.  
  60.     o fixed bug in LoadAscii() which caused system to crash due to
  61.       some TAB miscalculation
  62.  
  63.     o New option "Plain Text" will cut off ANY background and style
  64.       information, and will set all fgcols to 1.
  65.  
  66. V0.86 7.3.90
  67. ------------
  68.  
  69.     o kludged out Italic-bug which crashed the system if italics appeared
  70.       in row zero. Seems to be a bug in FF. Thanks to Holger Lubitz!
  71.  
  72. V0.89 13.3.90
  73. -------------
  74.  
  75.     o Drawing modes and textstyles can now be selected by F-keys
  76.  
  77. V0.90 14.3.90
  78. -------------
  79.  
  80.     o fixed "underlined space" bug in output creation
  81.  
  82.     o fixed internal bug in startup routine (still wondering
  83.       why the original code worked...)
  84.  
  85.     o added "Restyle" mode: Dragging mouse with right button
  86.       pressed in Text mode will set foreground color and style.
  87.       Thanks to Holger Lubitz!
  88.  
  89.     o added special time processing feature :^D
  90.  
  91.     o added new menu "Filter" as a more sophisticated replacement
  92.       for "Plain Text"
  93.  
  94. V0.94 1.4.90
  95. ------------
  96.  
  97.     o added Iconify option: TextPaint will free almost all resources
  98.       it uses during runtime (even the MenuStrip :-). To reactive,
  99.       menuclick the icon.
  100.  
  101.     o TextPaint will now automatically detach if started from the CLI.
  102.       No more "RUN[back|bla]" necessary
  103.  
  104.     o LoadAscii() will now recognize and convert the "CSInnC" tab
  105.       expansion. This allows ANSIEd files to be load safely.
  106.  
  107.     o added special color functions; two default tabs (including
  108.       standard WB and ANSI [looks horrible {not my fault}]) and
  109.       possibility to grab the WB's current colormap
  110.  
  111.     o fixed calcxyp() bug which caused a voyage to India if mb
  112.       were pressed in most left pixel row
  113.  
  114.     o why not shipping out a special 68020 version?
  115.  
  116. V0.95 1.4.90
  117. ------------
  118.  
  119.     o removed Interrupt Server removing bug
  120.  
  121.     o added test for '20 machines on the 68020 version
  122.  
  123.     o the iconify window will be placed relative to mousepointer
  124.  
  125.     o re-iconify can now be activated by a keypressing while
  126.       icon window is active
  127.  
  128.     o changed LSR definitions
  129.  
  130.     o startup failure error message bug (due to LSR) removed
  131.  
  132. V0.96 18.4.90
  133. -------------
  134.  
  135.     o restyled box line pattern (ok folks, that's just fun!)
  136.  
  137.     o removed backspace guru bug (thanks Marc Schröer!)
  138.  
  139.     o Palette now saved and load to "s:TextPaint.palette". However,
  140.       will still load palette in the current dir
  141.  
  142. V0.97 2.5.90
  143. ------------
  144.  
  145.     o mapped ESC-key for DEL character
  146.  
  147.